home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Enterprise Objects Framework 1.1
/
NeXT Enterprise Objects Framework 1.1.iso
/
NextDeveloper
/
Headers
/
eointerface
/
EOImageAssociation.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-28
|
352 b
|
24 lines
// EOImageAssociation
// Enterprise Objects Framework
//
// Copyright 1993 NeXT Computer, Inc.
// All Rights Reserved
#ifdef SHLIB
#import "shlib.h"
#endif
#import "EOAssociation.h"
@class Window;
@interface EOImageAssociation: EOAssociation
{
}
// Target/action method for destination to send to
- controlActed:sender;
- (Window *)window;
@end